testsuite: Fix potential strcmp() against NULL
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Wed, 20 Nov 2013 17:39:21 +0000 (17:39 +0000)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Sun, 24 Nov 2013 21:21:46 +0000 (21:21 +0000)
commit9d7a442b8b76fc01c51864549b34ee9b85931f21
tree0f226011e825b792fab7166076525f6b54f680fe
parentada766025f1dc32e494e83b806ad625d0756ab1d
testsuite: Fix potential strcmp() against NULL

Use g_strcmp0() instead.

Found by scan-build.

https://bugzilla.gnome.org/show_bug.cgi?id=712760
testsuite/gtk/object.c